home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2003 October / PCNET_CD_2003_10_1.iso / surpriz / bubblewrap.swf / scripts / DefineButton2_117 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-08-19  |  140 b   |  8 lines

  1. on(release){
  2.    click = new Sound();
  3.    click.attachSound("must-have-more");
  4.    click.start();
  5.    resetSheet();
  6.    restartTimer();
  7. }
  8.